@charset "utf-8";
/**
 * 初始化样式
 */

*{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
    transition:all .1s ease-in .1s;
}
a img{
	border: 0;
}
a:hover{
	text-decoration: none;
}
body{
	font-size: 12px;
	font-family: "微软雅黑";
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.ov{
    overflow: hidden;
}
.w1200{
    width: 1200px;
    margin: auto;
}
.header{
    height: 70px;
    background: rgba(34,44,65,0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.header-top ul li a:hover{
    background: rgba(43,48,66,0.5);
}
.header-top{
    position: relative;
    padding-left: 150px;
    width: 1050px;
}
.header-top .logo{
    position: absolute;
    left: 0;
    top: 0;
}
.header-top .link{
    line-height: 70px;
    position: absolute;
    right: 0;
    color:#fff;
    top: 0;
}
.header-top .link a{
    color: #fff;
}
.header-top ul li{
    position: relative;
    float: left;
}
.header-top ul li ul{
    position: absolute;
    width: 100%;
}
.header-top ul li a{
    display: block;
    padding: 0 40px;
    line-height: 70px;
    color: #fff;
    font-weight: 600;
}
.header-top ul li ul li{
    float: none;
}
.header-top ul li ul{
    background: rgba(43,48,66,0.5);
    display: none;
}
.header-top ul li ul li a{
    padding: 0;
    text-align: center;
    line-height: 50px;
}
.swiper-container-banner .swiper-slide img{
    width: 100%;
}
.swiper-button-next{
    background: url(../images/ioc2-r.jpg) no-repeat;
    opacity: 0.6;
    right: 0;
}
.swiper-container-banner .swiper-button-next, .swiper-container-banner .swiper-button-prev{
    height: 55px;
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 29px;
}
.swiper-container-banner .swiper-container:hover .swiper-button-next,.swiper-container-banner .swiper-container:hover .swiper-button-prev{
    display: block;
}
 .swiper-button-prev{
    background: url(../images/ioc1-l.jpg)  no-repeat;
    opacity: 0.6;
    left: 0;
}
.swiper-container-banner .swiper-pagination-bullet{
    background: #007cc2;
    opacity: 1;
}
.swiper-container-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 16px;
    transition: width .2s ease-in-out .3s;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #f9c500;
}

.index-ad{
    position: relative;
    padding: 30px 0;
    height: 300px;
    overflow: hidden;
}
.index-ad .in-ad{
    float: left;
    width: 48%;
}
.index-ad .in-ad img{
    max-width: 100%;
}
.index-ad .in-ad:nth-of-type(2){
    float: right;
}
.index-product{
    padding: 30px 0;
}
.index-product h3{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
.index-product .sub-title{
    text-align: center;
    color: #a7a7a7;
}
.swiper-container-prod .swiper-slide img{
    max-width: 100%;
    max-height: 154px;
}
.swiper-container-prod .swiper-slide a{
    display: table-cell;
    vertical-align: middle;
}
.swiper-container-prod .swiper-slide{
    height: 154px;
    border: 1px solid #d4d4d4;
    text-align: center;
    display: table;
}
.swiper-container-prod{
    padding: 30px 0;
}
.leftall{
    width: 1120px;
    margin: auto;
}
.about-con{
    font-size: 14px;
    color:#666;
}
.about-desc{
    width: 65%;
    line-height: 30px;
    min-height: 276px;
    overflow: hidden;
    position: relative;
}
.about-video-con{
    width: 30%;
    text-align: right;
}
.index-video{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #c9a063;
}
.about-desc .a-more{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#007cc1;
    border:1px solid #007cc1;
    position: absolute;
    bottom: 20px;
    left:0;
}

/* 本例子css */
.picScroll-left{ width:100%;  overflow:hidden; position:relative;   }
.picScroll-left .hd{ overflow:hidden;  height:30px; background:#fff; padding:0 10px;  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{
    display:block;  width:30px; height:30px; float:right;
    margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer;
    position: absolute;
    top: 40%;
}
.picScroll-left .tempWrap{margin: auto}
.picScroll-left .hd .next{  background: url(../images/ioc2-r.jpg) no-repeat;
    right: -6px;}
.picScroll-left .hd .prev{  background: url(../images/ioc1-l.jpg) no-repeat;
    left: 1px;}
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center;width: 200px;
    height: 180px;display: table-cell;vertical-align: middle;border:1px solid #ddd }
.picScroll-left .bd ul li .pic img{ max-width: 100%; height:155px; display:block;  padding:2px;
    margin:0 auto;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:40px;  font-size: 14px; }
.picScroll-left .bd ul li .title a{color:#666}
.picScroll-left .hd .zznext{  background: url(../images/ioc4-r.jpg) no-repeat;    width: 34px;
    height: 34px;
    }
.picScroll-left .hd .zzprev{  background: url(../images/ioc3-l.jpg) no-repeat;    width: 34px;
    height: 34px;
    }
.zzpicScroll-left .tempWrap{
    border: 1px solid #ddd;
    padding-top: 10px;
}
.picScroll-left-1 .bd ul li{
    margin: 0 45px;
}
.look-more{
    width: 100px;
    margin: auto;
    background: #f4f4f4f4;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.look-more a{
    color: #666;

}
.parnet a{
    border:1px solid #ddd;
    width: 122px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin: 5px 2px;
}
.parnet a img{
    height: 40px;
    margin: auto;
    max-width: 100%;
}
.footer{
    background: #4c4c4c;
    overflow: hidden;
}
.footer li a{
    color:#666;
}
.footer .lg-title{
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}
.lg-title span{
    display: block;
    width: 30px;
    border-bottom: 2px solid #007fc4;
    margin-top: 7px;
}
.foot-list dl dt{
    height: 30px;
    font-size: 14px;
}
.footer .foot-list{
    float:left;
    width: 135px;
}
.footer .w1200{
    padding: 60px 0;
}
.copyright{
    /*text-align: center;*/
    color:#fff;
    /*background: #292b37;
    height: 50px;
    line-height: 50px;*/
}
.inbanner{
    height: 287px;
}
.inbanner img{
    width: 100%;
}
.pcmenu{
    background: #007ec4;
    width: 235px;
}
.pcmenu .mlg-title{
    text-align: center;
    color:#fff;
    font-size: 18px;
    height:100px;
    line-height: 80px;
    border-bottom: 2px solid #d4d4d4;
}
.left-ad{
    background: #fff;
    border: 1px solid #007ec4;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    line-height: 23px;
}
.left-ad img{
    max-width: 100%;
}
.pc-mlist{
    width: 85%;
    margin:auto;
    border-top: 2px solid #d4d4d4;
    margin-top: 50px;
    padding-bottom: 10px;
}

.pc-mlist li{
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #d4d4d4;
    background: url("../images/jt.jpg") no-repeat right center;
    text-indent: 2rem;
    font-size: 14px;
}
.pc-mlist li a{
    color:#fff;
    display: block;
}
.pc-mlist li a.on{
    color:#f7c200;
}
.content{
    padding: 70px 0 ;
}
.con-con{
    width: 77%;
}
.pos{
    border-bottom: 1px solid #ddd;
    line-height:40px;
}
.pos .top-title{
    font-size: 20px;
    font-weight: bold;

}
.pos a{
    color:#666;
}
.description{
    line-height: 30px;
    font-size: 14px;
}
.list{
    padding: 10px 0;
}
.list li.list-pic{
    width: 290px;
    height:290px;
    margin-right: 23px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    float:left;
    margin-bottom: 30px;
    overflow: hidden;
}
.list li.list-pic:nth-of-type(3n+0){
    margin-right: 0;
}

.list li.list-pic a{
    height: 206px;
    display: table-cell;
    vertical-align: middle;
    padding: 22px;
    overflow: hidden;
    width: 246px;
}

.list li.list-pic a img{

    height: 206px;
    text-align: center;
    max-width: 100%;
    display: inline-block;
}
.list  li.no{
    margin-right: 0 !important;
}

.list .list-title{
    font-size: 16px;
}
.detail-pic{
    width: 400px;
    height: 400px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.main_img{
    width: 400px;

    max-height: 400px;
 }
.pro-desc{
    width: 46%;
}
.pro-desc{
    font-size: 14px;
    line-height: 28px;
}
.pro-desc .detail-title{
    color:#007aff;
    font-size: 16px;
    padding-bottom: 20px;
}
.pro-desc h4{
    padding-top:30px;
}
.detail-con{
    line-height: 30px;
}
.detail-con-title{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin: 1rem 0 ;
    color:#007aff;
    font-size: 20px;
}
.product{
    padding-top: 2rem;
}
.list li.list-case {
    width: 48%;
    height: 206px;
    padding-right: 23px;
    font-size: 14px;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 30px;
}
.list li.list-case a{
    width: 246px;
    height: 210px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.list li.list-case a img{
    width: 100%;
}
.list li.no{
    padding-right: 0;
}
.case-title{
    padding-left: 20px;
}
.case-hr{
    border-bottom:1px solid #ccc;
}
.detail-case-pic{
    text-align: center;
    height:613px;
    border:1px solid #ddd;
    padding: 30px;
}
.detail-case-pic img{
    width: 100%;
}
.detail-case-title{
    background: url(../images/site_bt_bj.jpg) no-repeat left center;
    background-size: 100%;
    border:1px solid #ddd;text-indent: 2rem;
}
.list-news .news-pic{
    width: 173px;
    height: 137px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    margin: auto;

}
.news-pic img{
    width: 100%;
    text-align: center;
    height: 137px;
}
.news-desc{
    color:#666;
    padding-left: 1rem;
    width: 79%;
}
.news-desc .news-title{
    font-weight: bold;
    font-size: 14px;
    color:#333;
}
.news-desc .news-detail{
    line-height: 26px;
    padding-bottom: 10px;
    max-height: 75px;
    overflow: hidden;
}
.list .list-news{
    border-bottom: 1px #ddd dashed;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.detail-new-title{
    text-align: center;
    border-bottom: 1px #ddd dashed;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.jqTransformButton{
    margin-top: 30px;
    padding: 0 15px;
}
.fenye li{
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-right:1% ;
}
.fenye li a{
    color: #666;
}
.fenye li a.sel{
    font-weight:bold;
    color:#333;
}
.cover  li.list-pic{
    width: 440px;
}
.cover li.list-pic a{
    width: 440px;
}
.site_main_right_nr {
    padding-bottom: 30px;
}

.mt20 {
    margin-top: 20px !important;
}
.qualification_list li {
    border-bottom: dotted 1px #999;
    height: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 30px;
    line-height: 30px;
}
.qualification_list .qualifica_left {
    width: 136px;
    height: 90px;
}

.qualifica_right {
    width: 635px;
}
.qualification_list li h1 {
    height: 30px;
    margin: 20px 0;
    cursor: pointer;
}
.f14 {
    font-size: 14px !important;
}

.arcticlecon img{
    max-width: 100%;
}
/*分享*/
.sr-bdimgshare .bdimgshare-content{
    display: none;
}
.bdimgshare-bg{
    display: none;
}
.picScroll-left-1 .bd ul li .pic img{
    width: 100%;
    height: 229px;
    padding: 0;
}
.picScroll-left-1 .bd ul li .pic{
    width: 300px;
    height: 229px;
}
.picScroll-left-1 .bd ul li .title {
    line-height: 40px;
    font-size: 14px;
    background: #e69138;
}
.picScroll-left-1 .bd ul li .title a{
    color: #fff;
}
.picScroll-left-1 .bd ul li{
    margin-bottom: 60px;
}
.type_content{
	font-size: 14px;
    line-height: 24px;
    padding-bottom: 35px;
}
.list .type_name{
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    clear: both;
}
.list .type_name span{
    background: #007EC3;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
}
.banner_logo{
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}
.blc{
    background: rgba(255,255,255,0.7);
    text-align: center;
    font-size: 23px;
    line-height: 70px;
}
/*.banner_logo_l{
    width: 432px;
    border-radius: 3px;
    margin: auto;
}*/
.banner_logo_l img{
    display: inline-block;
    vertical-align: middle;
}

.footer{
    background: #4c4c4c;
    overflow: hidden;
}
.footer li a{
    color:#fefefe;
}
.footer .lg-title{
    font-size: 14px;
    height: 24px;
}
.foot-list dl dt{
    height: 30px;
    font-size: 14px;
}
.footer .foot-list{
    float:left;
    width: 135px;
}
.footer .w1200{
    padding: 25px 0 0px 0;
}
.copyright{
    color:#fff;
    line-height: 35px;
    clear: both;
}
.food-nav{
    width: 830px;
}
.b-logo{
    display: block;
    margin-bottom: 15px;
}

.foot-ad{
    width: 343px;
}
.foot-ad p{
    margin-bottom: 5px;
}
.foot-ad p:last-child{
    margin-bottom: 0;
}
.foot-ad input{
    border:1px solid #cccccc;
    width: 331px;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
}
.foot-ad textarea{
    border:1px solid #cccccc;
    width: 331px;
    height: 100px;
    line-height: 22px;
    padding: 0 0 0 10px;
}
.foot-ad input[type='submit']{
    background: #0e90d2;
    color: #fff;
    width: 88px;
    height: 37px;
    display: block;
    margin: auto;
    border-color: #0e90d2;
    padding-left: 0;
}